python Dataframe常用操作 DataFrame 讀取數據 data=pd.read_table(filepath+ 'profile.txt',header=None) data.to_excel(filename ...